home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / reset.zip / WARMSET.DOC < prev   
Text File  |  1987-04-17  |  1KB  |  32 lines

  1. COMMAND:   WARMSET.COM
  2.  
  3. FUNCTION:  Will set a hardware reset button for warm boot upon
  4.            next press.
  5.  
  6. FORMAT:    WARMSET <cr>
  7.  
  8.            There are no special operators or parameters.
  9.  
  10. TYPE:      DOS external command
  11.  
  12. REMARKS:   This program will cause a press of a hardware reset
  13.            button to initiate a warm boot upon the next press.
  14.            During a hardware reset, the memory location
  15.            0000:0472 is compared to the value 1234h.  If they
  16.            are equal, then a WARM start indicated, causing the
  17.            memory tests to be skipped.  If there is any other
  18.            value there, then a COLD start will cause the Power
  19.            On Self Test (POST) to be run.  This program simply
  20.            sets the flag to 1234h, which will cause the reset
  21.            compare to evaluate true, initiating a warm boot. Any
  22.            data currently in memory will be LOST as if the
  23.            <Ctrl><Alt><Del> keys had just been pressed.  This
  24.            program requires a machine with a hardware reset
  25.            switch to be of any real value.
  26.  
  27. AUTHOR:    Scott Mueller
  28.            Mueller Business Systems
  29.            227 S. Hale
  30.            Palatine, IL 60067
  31.            312-358-5524
  32.